home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 27
/
PC Gamer IT CD 27.iso
/
MSPRING
/
INSTALL
/
32BIT
/
DISK1.Z
/
MSpring.scp
< prev
next >
Wrap
Text File
|
1995-11-28
|
313b
|
19 lines
;This is a script for use with the Windows 95
;Dial-Up Scripting Tool.
proc main
;Wait for the login prompt to come from
;the terminal server
waitfor "ogin:"
transmit $USERID
transmit "^M"
; Enter the password
waitfor "word:"
transmit $PASSWORD
transmit "^M"
endproc